home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / wterm107.arc / COLORS < prev    next >
Text File  |  1991-03-30  |  4KB  |  94 lines

  1. Colors and their defaults for \/\/term version 1.05
  2.  
  3. \/\/erm colors can be changed using DEBUG.  All colors are saved
  4. in the .CFG file.  They are all two bytes with the high byte set
  5. to zero.
  6.  
  7. Two files are included to make changing the colors easier.
  8. COLOR.SCR is a debug script file with comments.  DEBUG gets two
  9. digits, then looks for a space to go to the next byte or an
  10. enter to go back to command mode.  As long as there are no
  11. spaces on a line, the comments don't harm anything.  COLOR.SCR
  12. uses underline characters in the place of spaces.  These are the
  13. default colors with a short explaination and this information
  14. should match up with this file.  Change the color byte in
  15. COLOR.SCR according to the color chart for the color you want.
  16. It makes it easier to change the next time if you also change
  17. the comment.  Make sure DEBUG is in your path or the current
  18. directory and that WTCOLOR.BAT, COLOR.SCR, and the .CFG file are
  19. in the current directory and type WTCOLOR.  The changes will be
  20. made and the new file written out in place of WTERM.CFG.  It
  21. would be a good idea to save a copy of WTERM.CFG just in case
  22. things don't go as planned.
  23.  
  24. I realize it is a pain to set colors this way, however it saves
  25. a good bit on the size of WTERM and also saves me a good bit of
  26. programming.  People who are satisfied with my color selection
  27. never have to do this anyway.  Having used monochrome for a good
  28. many years, I have tried to pick colors that are visible on them
  29. and blue shows up as almost black so it makes a good background
  30. and I use it often.
  31.  
  32.  
  33. Setup Screen
  34.  
  35. Hex          Color         Meaning              Debug hex address
  36. 0B 00        LIGHTCYAN     Setup Options           43F
  37. 0F 00        WHITE         Option Settings         441
  38. 0A 00        LIGHTGREEN    Screen Border           443
  39. 01 00        BLUE          Setup Background        445
  40. 0E 00        YELLOW        Headings                447
  41. 0E 00        YELLOW        Pick letters            449
  42. 0F 00        WHITE         Editing background      44B
  43. 00 00        BLACK         Editing foreground      44D
  44.  
  45. Popup Colors - Filename prompts, do you want to exit etc.
  46.  
  47. 01 00        BLUE          Background              44F
  48. 0F 00        WHITE         Foreground              451
  49. 07 00        LIGHTGRAY     Editing Background      453
  50. 00 00        BLACK         Editing Foreground      455
  51.  
  52. Dialing Directory
  53.  
  54. 0A 00        LIGHTGREEN    Border                  457
  55. 0E 00        YELLOW        Headings                459
  56. 01 00        BLUE          Background              45A
  57. 0B 00        LIGHTCYAN     Entries                 45C
  58. 07 00        LIGHTGRAY     Scrollbar background    45E
  59. 00 00        BLACK         Scrollbar foreground    461
  60.  
  61. Help Menu
  62.  
  63. 04 00        RED           Background              463
  64. 0F 00        WHITE         Foreground              465
  65.  
  66. Terminal Screen starting Foreground color (Background is always black)
  67.  
  68. 0E 00        YELLOW        Terminal forground      467
  69.  
  70.  
  71.  
  72. Hex codes for colors
  73.  
  74. Color         Hex    Foreground or Background?
  75. Black          0       Both
  76. Blue           1       Both
  77. Green          2       Both
  78. Cyan           3       Both
  79. Red            4       Both
  80. Magenta        5       Both
  81. Brown          6       Both
  82. LightGray      7       Both
  83. DarkGray       8       Foreground only
  84. LightBlue      9       Foreground only
  85. LightGreen     A       Foreground only
  86. LightCyan      B       Foreground only
  87. LightRed       C       Foreground only
  88. LightMagenta   D       Foreground only
  89. Yellow         E       Foreground only
  90. White          F       Foreground only
  91. Blink         80       Foreground only
  92.  
  93. Setting background colors greater than 7 will cause BLINK.
  94.